home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000256_news@newsmaster….columbia.edu _Wed Jul 8 16:05:06 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA29257
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 8 Jul 1998 16:05:04 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA26578
  7.     for kermit.misc@watsun; Wed, 8 Jul 1998 16:05:04 -0400 (EDT)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!worldfeed.gte.net!nntp.giganews.com!nntp.primenet.com!news.airnews.net!cabal10.airnews.net!news-feeder.onramp.net!rice!not-for-mail
  9. From: stew_@_sep.stanford.edu
  10. Newsgroups: alt.comp.sys.palmtops.hp,comp.protocols.kermit.misc
  11. Subject: Re: Solaris<->HP100LX serial file transfer?
  12. Date: 8 Jul 1998 19:52:06 GMT
  13. Organization: Stanford Exploration Project
  14. Lines: 21
  15. Message-ID: <6o0il6$re8$1@joe.rice.edu>
  16. NNTP-Posting-Host: www.trip.caam.rice.edu
  17. Xref: news.columbia.edu alt.comp.sys.palmtops.hp:11001 comp.protocols.kermit.misc:8956
  18.  
  19. On the Sun side, you may have to open the box and switch a jumper
  20. to make the serial port RS232 rather than RS432.  I had to do this
  21. to connect a Dell PC to a Sparc IPC (over a null-modem cable).
  22.  
  23. - Stew
  24.  
  25. >What operating system is running on the HP-100LX, and what communications
  26. >software are you using on it?  If it is DOS, you can use MS-DOS Kermit and
  27. >a null modem cable, and then assuming you have a getty on the Sun serial
  28. >port, you should be able to log in on the Sun and transfer files between
  29. >C-Kermit and MS-DOS Kermit in the normal manner.
  30. >
  31. >You can also go in the other direction, using C-Kermit to "set line" to
  32. >your spare serial port, where MS-DOS Kermit is waiting in server on the
  33. >other end of the wire.
  34. >
  35. >Obviously, the serial speeds on each end must match, and for best results
  36. >you should also "set flow rts/cts" on both ends (this requires RTS and CTS
  37. >wires in the cable, crossed over).
  38. >
  39. >- Frank